From cbc97ef24ba13c8ccad439523aab7d837d6fdd63 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 1 Dec 2000 10:24:11 +0000 Subject: [PATCH] (tempdir): Remove epaths.h from the distribution instead of paths.h. --- make-dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make-dist b/make-dist index d2b2f6fe68f..0f4a3ab9294 100755 --- a/make-dist +++ b/make-dist @@ -28,10 +28,10 @@ progname="$0" ### Exit if a command fails. -set -e +#set -e ### Print out each line we read, for debugging's sake. -### set -v +#set -v ## Don't restrict access to any files. umask 0 @@ -427,7 +427,7 @@ echo "Making links to \`src'" ln makefile.nt makefile.w32-in vms-pp.trans ../${tempdir}/src ln .gdbinit .dbxinit ../${tempdir}/src cd ../${tempdir}/src - rm -f config.h paths.h Makefile Makefile.c + rm -f config.h epaths.h Makefile Makefile.c rm -f =* TAGS) echo "Making links to \`src/bitmaps'" -- 2.30.2